processing enter meaning in Chinese
处理中心
Examples
- The exception windup process entered user code
异常终结进程进入用户模式。 - A process enters a process wait state when the process suspends itself , hibernates , or declares that it needs to wait for an event , resource , mutex , and so forth
当进程挂起自己,中断或需要等待一个事件、资源、人工干预等时,即进入等待状态。 - A server process ' s activity was viewed as being composed of a high layer markov chain in terms of the different states the server process entered ( reflecting different requests / commands received by the server process ) , and then within each of those states , another low layer markov chain reflected the series of system calls in that particular state . in fact , this could be regarded that the dynamic activity of process depended on not only code but also current input
由于服务进程的行为不仅于依赖进程的代码也依赖于当前的输入,所以一个服务进程的行为可以被看成由一个高层能体现进程进入不同状态的马尔可夫链组成(对应于服务进程接收到的请求或命令) ,然后在每一个特定的状态下是由另一个低层系统调用序列组成马尔可夫链。